projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72f21cd
)
(x_get_arg): Call Fintern, not intern.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 7 May 1993 02:55:22 +0000
(
02:55
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 7 May 1993 02:55:22 +0000
(
02:55
+0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 98987b33fba9543d7fd4d0dfe74fe892170948af..93355e9311f601cce5493890abf67ce99157efee 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-1444,7
+1444,7
@@
x_get_arg (alist, param, attribute, class, type)
|| !strcmp (XSTRING (tem)->data, "false"))
return Qnil;
else
- return
intern (tem
);
+ return
Fintern (tem, Qnil
);
}
default: